About absolute link paths Site pages contain paths to a variety of linked files: other pages in the site (<HREF>), images displayed on the page (<IMG>), media items embedded in the page (<EMBED>), and so on. When you make such a path absolute, the entire path from the root folder to the linked file is provided. Otherwise only a relative path is provided. Example A page /root/pages/info/page.html (where root is the name of the root folder) contains the image /root/images/image.gif. The absolute path to the image file is /images/image.gif. The relative path is ../../images/image.gif. Absolute paths are useful in the following cases: However, absolute paths work only at sites where there is a Web server providing information about the location of the site's root folder. For the same reason, using absolute paths prevents you from previewing pages in a Web browser; that is, a previewing browser has no way of locating this root folder. Note: An absolute path in Adobe GoLive is not a full path from the file system root or a fully qualified URL. Managing Web Sites > Providing names and paths for files > About absolute link paths |